home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / contrib / kaelin / README < prev   
Text File  |  1995-02-24  |  950b  |  20 lines

  1. Prettyprinters for Icon and C++ based on Kostas's work, but using Computer Modern fonts.
  2. Prettyprinters for Icon and C++ based on Kostas's work, but using Computer Mode
  3. rn fonts.
  4.  
  5. Theres is no Makefile 
  6. Type
  7. > noweave -x -delay pp.nw > pp.tex  <       /* creates pp.tex              */
  8. > latex pp.tex  <                           /* creates pp.dvi and warnings */
  9. > latex pp.tex  <                           /* creates final pp.dvi        */
  10. to get documentation and
  11. > noweb -t pp.nw <                          /* creates cnw.icn and inw.icn */
  12. > iconc cnw.icn  <                          /* creates cnw                 */
  13. > iconc inw.icn  <                          /* creates inw                 */
  14. to get filters named cnw and inw. 
  15. (Maybe you have to use full path-names for noweave, noweb, latex and iconc)
  16.  
  17. For installation: Look at the other Makefiles in contrib/* 
  18.  
  19. Cleaning up is trivial: Remove pp.aux, pp.log, pp.tex, inw.icn and cnw.icn 
  20.